home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / getenv < prev    next >
Text File  |  1995-05-05  |  1KB  |  49 lines

  1.  
  2.  
  3.  
  4.                GetEnv(V1.3, 2.x, 3.x)
  5.  
  6.  
  7.  
  8.      NAME
  9.             GetEnv - display value of environment variable.
  10.  
  11.      SYNOPSIS
  12.             GetEnv Name
  13.  
  14.      DESCRIPTION
  15.             GetEnv displays the values of Environment variables. 
  16.         These variables are accessible to all tasks (unlike GET 
  17.         which is only accessible to the environment which created 
  18.         it).
  19.  
  20.             GetEnv searches both the older Environment variables 
  21.         and the new ENV:  handler if it exists. (Note that ENV: 
  22.         is currently just a directory in RAM:, it is not a true 
  23.         handler).
  24.  
  25.             GetEnv prints the contents of this file.
  26.  
  27.      KEYWORDS
  28.           varname
  29.             The name of the environmental variable to get. This 
  30.         is the name of the file that is found in the ENV: 
  31.         direrectory located in RAM:.           
  32.  
  33.           Kickstart/Workbench
  34.         2.x/3.x Only:    
  35.             These are created during startup. They contain the 
  36.         version of your Kickstart and Workbench that is currently 
  37.         being used by your system.
  38.  
  39.           Editor
  40.         2.x/3.x Only:
  41.             Some Workbench programs such as MORE are able to 
  42.         recognize the environmental variables. If you set this 
  43.         variable to the pathname of your favorite text editor, 
  44.         then MORE allows you to bring up the program to edit the 
  45.         current file by pressing Shift-E.
  46.  
  47.      SEE ALSO
  48.            Set Get
  49.